/* CSS Document public*/

*{font-family:Arial, Helvetica,"Microsoft Yahei", sans-serif; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{
    padding:0;margin:0;font-family:Arial,"Microsoft Yahei",Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;line-height: 1;font-size:14px;overflow-x: hidden;background:#fff;}
html,body{ min-height:100vh;overflow-y: auto;} html{ overflow:-moz-scrollbars-vertical;} 

html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table td {line-height: 1.25;padding: 5px;padding-left:15px;/* width: auto; */}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/ content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clearfix{*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}

a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px; vertical-align:middle}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/
.slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.overfloat-dot-6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.overfloat-dot-7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*透明背景*/


/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.w1200{margin:0 auto;padding: 0 50px;max-width: 1500px;}


.header_box_li{height: 85px;position: relative;z-index: 1;transition: 0.4s;}

.header_box_li.sticky{position: fixed;background: #0066d7;height: 3.75rem;box-shadow: 0 8px 8px rgba(0,55,59,0.25);
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;}
	@-webkit-keyframes sticky {
		0% {
		  top: -200px;
		}
		100% {
		  top: 0;
		}
	  }
	  @keyframes sticky {
		0% {
		  top: -200px;
		}
		100% {
		  top: 0;
		}
	  }

	  .header_box_li.sticky .header_top{display: none;}
	  #nav .search_btn{display: none;}
	  .header_box_li.sticky #nav .search_btn{display: block;height: 35px;width: 35px;border-radius: 50%;margin: 0.7rem 0rem 0 2rem;}
	  .header_box_li.sticky #nav .search_btn img{display: none;}

	  .header_box_li.sticky #header #logo .box_table{height: 90px;}
	  .header_box_li.sticky #header{height: auto;}
	  .header_box_li.sticky #header #logo{}
	  .header_box_li.sticky .w1720{width: 1500px;}
	  .header_box_li.sticky #nav ul li .sub{box-shadow: 0 8px 8px rgba(0,55,59,0.25);}
	  .header_box_li.sticky #nav ul li{height: 3.75rem;line-height: 3.75rem;}

.header_box_li.xg{height: 4.625rem;}
.header_box_li.xg #header{height: 4.625rem;}
.header_box_li.xg #header .header_top{height: 1.3rem;}
.header_box_li.xg #header .header_top .tianqi{display:none;}
.header_box_li.xg #header .header_top .list_box0{display:none;}
.header_box_li.xg #logo img{width: 70%;}

.header_box_li.xg #logo .xx{    opacity: 0 !important;}
.header_box_li.xg #logo .box_table{    height: 100% !important;}

.header_box{position: relative;z-index: 10000;}
#header{position: absolute;height: 85px;z-index:999;width:100%;background-size:cover;  transition: 0.4s; }
.header_box_li:before{content:"";position:absolute;height: 10.125rem;top:0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;background-size: auto 100%;pointer-events: none;}
#header.xg:before{ opacity:0; visibility:hidden}

.head_bottom{padding: 1rem 4.125rem 0rem;}

.header_top{position: relative;height: 2.5rem;padding: 0;text-align: right;z-index: 10000;    transition: 0.4s;background: #0066d7;padding: 0 4.125rem;}
.header_top .tianqi{ display:inline-block; height:4rem}
.header_top .search_btn{display:inline-block;float: none;font-size: 14px;color: #fff;}

.header_top .search {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 20;
}
.header_top .search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -.5rem;
    top: -12px;
    bottom: auto;
    height: 40px;
    width: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.header_top .search .input input {
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 0 2rem 0 1rem;
    color: #333;
}
.header_top .search .btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.header_top .search .btn input{cursor: pointer;position: absolute;z-index: 1;left: 0;top: 0;right:0;bottom: 0;height: 100%;width: 100%;}
.header_top .search .btn svg{width: 18px;height: 18px;fill:#fff;}
.header_top .search:hover .btn svg{
    fill: #6510AD;
}





.header_top .search:hover .input {
    width: 16.25rem;
    opacity: 1;
    visibility: visible;
}


.header_top .zc_lj{}
.header_top .zc_lj a{font-size: 14px;display: inline-block;transition:.6s;margin-left: 1rem;position: relative;line-height: 2.5rem;color:rgba(255,255,255,0.7);}
.header_top .zc_lj a:hover{color: #ffba00;}

.list_box0{ display:inline-block; vertical-align:top}
.list_box0 .li{font-size: 14px;display: inline-block;transition:.6s;margin-left: 1rem;position: relative;line-height: 2.5rem;}
.list_box0 .li>a{ display:block;color:rgba(255,255,255,0.7);transition: 0.5s;}
.list_box0 .li>a:hover{color: #ffba00;}
.list_box0 .li a>img{margin: -1px .625rem 0 0;}
.list_box0 .li a .ewm_box{display:inline-block;border:#d3d3d3 1px solid;background:#fff;position:absolute;left:50%;transform: translateX(-50%) scaleY(1);top: 3.5rem;opacity: 1;visibility: visible;transform-origin:top;display: none;}
.list_box0 .li a .ewm_box:before{content:"";position:absolute;border-left:transparent 6px solid;border-right:transparent 6px solid;border-bottom: #fff 6px solid;top: -6px;left: 50%;margin-left: -6px; }

#m_header .list_box0{ float:right}
#m_header .list_box0 .li{ line-height:60px;display:none;}
#m_header .list_box0 .li a .ewm_box{ top:60px}
#m_header .list_box0 .li a>img{ height:16px}
 

.list_box_01{font-size:0;white-space:nowrap;padding: .625rem;}
.list_box_01 li{display: block !important;margin: 0 15px !important;text-align:center;}
.list_box_01 li h3 img{ border:#ededed 1px solid; width:85px; height:85px;}
.list_box_01 li h5{font-size:.75rem;color:#666666;line-height:20px;margin: 0;}


.list_box0 .li+.li+.li:after{display: none;}
.list_box0 .li:first-child:after{ display:none}

.list_box0 .li input.txt{background: none;border-bottom: 1px solid #fff;width: 7.8125rem;padding: 0px 5px 5px;outline: none;border-left: 0;border-right: 0;border-top: 0;color: #fff;float: left;}

.list_box0 .li input.img{width: 20px;height: 18px;float: left;}




.header_box .w1200{height:100%;position:relative;max-width: 1650px;}
/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header{}
#header #logo{ }
#header #logo .box_table{     height: 78px;width:350px;display: table;}
#header #logo .box_table .box_table_cell{display: table-cell;
    vertical-align: middle;}

#header #logo .xx p{    line-height: 15px !important;}
#header #logo .xx{color: #fff;    transition: 0.4s;opacity: 1;
    font-family: "楷体";
    font-size: 24px;
    text-align: center;}
#logo{float:left;height:100%;position: relative;}
#logo img{    transition: 0.4s;max-width: 100%;}
#logo img.img2{ display:none}
#nav{float: right;padding-top: 16px;}
#nav ul{float: left;}
#nav ul li{float:left;position:relative;z-index:0;margin-left: 0.75rem;height: 2.6rem;}
#nav ul li:before{content:"";position:absolute;left: 0;width: 100%;height: 41px;bottom:0;transition:.6s;}
#nav ul li.on:before, #nav ul li:hover:before{width:140%;left:-20%;}
#nav ul li a{display:block;padding:0.3rem 1.5625rem;transition: 0.4s;}
#nav ul li h3{font-size: 1.125rem;color:#fff;line-height: 2.125rem;position:relative;transition: .36s;display: inline-block;font-weight*: bold;}
#nav ul li a i{ margin:-3px 0 0 .625rem; display:inline-block; width:10px; height:5px;transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{ background:url(../images2022/down_ico_on.png) center no-repeat;}
#nav ul li a i{ display:inline-block;  width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;}
#nav ul li .sub .box{padding: 0;text-align:center;}
#nav ul li:hover a, #header.xg #nav ul li.on a, #header.xg #nav ul li:hover a{background: rgba(0,102,215,0.6);}
#nav ul li .sub a{padding: 8px 33px;line-height: 28px;transition:.6s;font-size: 14px;color: #666666;text-align: center;white-space: nowrap;background:#fff;}
#nav ul li .sub a:hover{color: #fff;background: #0066d7;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}


#nav>ul>li h3:before{content:"";display:block;position:absolute; width:21px; height:12px;left:50%;margin-left: -10px; bottom:10px; transition:.3s;opacity:0;visibility:hidden;}
#nav>ul>li:hover h3:after,#nav ul li.on h3:after{  transform:scale(1);}
#nav>ul>li:hover h3:before, #nav>ul>li.on h3:before{opacity:1;visibility:visible;display: none;}

.search_btn{cursor:pointer;text-align: center;float:left;transition:.6s;margin: 0 0 0 15px;position: relative;}
.search_btn img{margin: 0;}
#header .dw2{float:left;height: 90px;width: 53px;cursor:pointer;position:relative;margin-right: 1.5rem;transition:.6s;margin-left: 1rem;}
#header .dw2 .j_tab{ }
#header .dw2:after{content:"";width:1px;height: 16px;display:block;position:absolute;background: rgba(255,255,255,.75);right: -1.5rem;top: 50%;margin-top: -8px;}
#header .dw2.yuyan:before{content:"";width:1px;height:100%;display:block;position:absolute;left:0;top:0;display: none;}
#header .dw2 .dh{height: 23px;line-height: 23px;text-align:center;font-size: 13px;color:#fff;cursor:pointer;transition:.6s;}
#header .dw2 .dh span{padding-right: 14px;width: 53px;height: 23px;display: inline-block;font-style: italic;}
#header .dw2 .dd{padding-bottom:10px;padding-top:10px;position:absolute;top:100%;width: 100%;text-align:center;background: #acce22;left: 0;border: 1px solid #acce22;opacity: 0;visibility: hidden;transition: 400ms;transform: translateY(15px);}
#header .dw2 .dd:before{content:"";display:inline-block;border:8px solid transparent;border-bottom: 8px solid #acce22;position:absolute;top:-16px;left:50%;margin-left:-8px;}
#header .dw2 .dd a{display:block;text-align:center;line-height:30px;color: #fff;font-size:13px;padding:0 10px;}
#header .dw2 .dd a:hover{ font-weight:bold; }
#header .dw2.on .dd{opacity:1; visibility: visible; transform: translate(0);}


.search_btn{margin-left: 1rem;cursor: pointer;}
.search_btn svg{display:inline-block;fill:#fff;width: 16px;height: 16px;vertical-align: middle;}

.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 18rem;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: #0066d7;transition: .6s;left: 0;right: 0;z-index: 1;}
.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.search-dialog-box .search-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0,0,0,.7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition: .6s;
}
.header-right .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
	position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
	width:6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
	width:12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3{
	width:36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
	width:56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
	width:54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
	background-color: #fff;
	opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
	width:56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
	width:2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{


	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
	background-color: rgba(255,255,255,.1);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 4.5rem;
	width: calc(100% - 3.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: .5rem;
	color: #fff;
	transition: all .3s;
	outline: none;
    border: 0;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,0.5); 
} 
.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 4.5rem;
	width: 3.5rem;
}

.search-dialog .search-input input[type=image]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images2022/search.png');
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images2022/close-btn.svg');
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=image]{
	background-image: url('../images2022/search-btn2.svg')
}

.search-dialog .hot-search{
	font-size: 0;
	width:19.5rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;

	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image: url(../images2022/hot-icon.png);
}
.search-dialog .hot-link{
	margin-left: 1rem;
}


.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: .35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-image: url(../images2022/close-btn.svg);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}

/*顶部搜索*/
.tc_search {margin: 0 1.3rem;width: calc(100% - 2.6rem);position: absolute;bottom: 1rem;}
.tc_search form {height: 40px;border-radius: 0;background: rgba(255,255,255,.1);position: relative;width: 100%;margin-bottom: 0rem;}
.tc_search .keyword {font-size:.875rem;color: #fff;height: 40px;line-height: 40px;padding: 0 1rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 90%;outline: none;
    border: 1px solid rgba(255,255,255,0.5);}
.tc_search .btn_blue { position: absolute; top: 0; right: 0; width: 40px; height: 38px; line-height: 38px; border: 0; background: url(../images2022/search_white.svg) center center no-repeat; background-size: 1.2rem; }
.tc_search .btn_blue.fr { background: #e9edef; color: #4e4f53; }
.tc_search input::-webkit-input-placeholder {
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#fff;
color: rgba(255,255,255,.7);
}/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
color: transparent;
}/* Mozilla Firefox 19+ */
 .tc_search input:focus::-moz-placeholder {
color: transparent;
}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
color: transparent;
}/* 点击搜索框获取焦点 placeholder消失-结束 */
/*导航按钮开始*/
#nav_btn_box {height: 100%;z-index: 999999999;float: right;margin-left: 28px;}
#nav_btn_box.on { background: none; }
#nav_btn { }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before { background: #fff; }
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 1.875rem; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 1.75rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 14px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 1.75rem;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }
/*导航按钮结束*/
.m_nav_list {flex-direction: column;justify-content: flex-start;width: 100%;overflow: auto;margin: 18px 0 0;}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105%;top: 0;display: none;padding: 1.5rem 0 5rem;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #0066d7;}
#m_nav .close{position:absolute;top: 6px;right:15px;font-size: 28px;color:#fff;z-index: 10000;}

#m_nav.act { pointer-events: auto; right: 0; }
#m_nav>ul>li {width: 100%;overflow: hidden;padding: 0 0 0 2.3rem;position: relative;}
#m_nav>ul>li {border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a { display: inline-block; width: calc(100% - 30px) }
#m_nav li .a {line-height: 4rem;height: 4rem;color: #fff;padding: 0;font-size: 14px;float: left;}
#m_nav li .a span { display: block; position: absolute; top: 0; right: 10px; width: 20px; height: 50px; text-align: center; }
#m_nav li .a span i { font-size: 0; }
#m_nav li i {opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 5rem;height: 4rem;display: inline-block;background: url(../images2022/arrow_down.svg) calc(100% - 2rem) center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;}

#m_nav li.on i {background: url(../images2022/arrow_down_on.svg) calc(100% - 2rem) center no-repeat;}
#m_nav .on.title .a i { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); }
#m_nav li { display: block; width: 100%; }
.slide_nav { position: absolute; left: 0; height: 70px; z-index: 998; padding: 15px; top: 0; width: 100%; }
#m_nav .title .list { display: none; position: relative; width: 100%; z-index: 9; left: 0; margin-left: 0; background: none; border: 0; clear: both; padding-bottom: 10px; }
#m_nav .title .list span { background: none; }
#m_nav .title .list span a:hover { color: #c21d1b; }
#m_nav .title .list a {display: block;font-size: 1rem;color: rgba(255,255,255,.6);text-align: left;line-height: 40px;height: 40px;border: 0;font-weight: 300;}
/*三级导航 开始*/
#m_nav .title .list .void>a { background-size: 10px; position: relative; }
#m_nav .title .list .void>a:before { content: "·"; position: absolute; left: -1em; font-size: 12px; font-weight: bold; }
#m_nav .title .list span { position: relative; display: block; }
#m_nav .title .list span .sub { position: static; width: 100%; display: block !important; overflow: hidden; }
#m_nav .title .sub a { background: none; font-size:.875rem;
opacity: .8; min-width: 50%; float: left; display: inline-block; color: #999; }
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }
.m_header_box {transition: .6s;display: none;height: 60px;}
#m_header #logo .box_table{width: auto; float: left;    display: table; height: 100%;}
#nav_btn_box .box_table { width: auto; float: left;    display: table; height: 100%; height: 100%;}
 #nav_btn_box .box_table .box_table_cell{   vertical-align: middle;
	display: table-cell;  }
#m_header #logo .box_table .box_table_cell{ vertical-align: middle;display: table-cell;      margin: 0 auto;}

#m_header #logo .box_table .box_table_cell a{    display: block;
			}
.m_header_box header{padding:0 5%;top: 0;height: 60px;box-shadow: 0 8px 8px rgba(0,55,59,0.25);position: fixed;top: 0;left: 0;right: 0;z-index: 100;background: #0066d7;background-size: cover;}
#m_header #logo{float: left;}
#m_header #logo img{max-height: 50px;width: auto;}
#m_header .yuyan{ height:4.5rem; float:right; margin-right:4rem;}
#m_header .yuyan span{ display:block; width:24px; height:24px; line-height:24px; color:#fff; font-size:.9rem; text-align:center; margin-left:17px; background:rgba(255,255,255,.3);}



@font-face{ font-family:'5FAE8F6F96C59ED1'; src:url(../font/汉仪舒同体简.ttf) format('truetype');}

.ej .toubu_div{position: initial;}
.ej #nav ul li h3{color: #333;}
.ej #nav ul li.on h3,.ej #nav ul li:hover h3{color: #fff;}
.ej .list_box0 .li{line-height: 3rem;}
.ej .list_box0 .li>a{color: #666;}
.ej .list_box0 .li input.txt {border-bottom: 1px solid #666;}
.ej .header_top{height: 2.5rem;}
.ej #header #logo .box_table{height: 132px;}
.ej #header{height: 8.18rem;}
.ej .header_box_li{height: 8.18rem;}

#fp-nav.fp-right{display: none;}

.toubu_div{position: absolute;top: 0;width: 100%;left: 0;z-index: 8;transition: 0.5s;    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;}

	.yc_gd_dh{z-index: 2000;top: -200px;}
.yc_gd_dh .head_bottom{background:#fff;box-shadow: 0 0 8px rgba(0,0,0,0.4);    padding: 2px 4.125rem 3px;}
.yc_gd_dh .header_top{transition: 0.4s;overflow: hidden;}
.yc_gd_dh .header_top.lit{height: 0;}

.yc_gd_dh #nav ul li h3{color: #000;}
.yc_gd_dh #nav ul li:hover h3{color: #fff;}
.yc_gd_dh #nav ul li:hover a,.yc_gd_dh #nav ul li .sub a:hover{    background: rgba(0,102,215,0.9);}
.yc_gd_dh #nav ul li .sub a{background: #fff;}

.img img{transition: 0.4s;}
.img{overflow: hidden;}
a:hover .img img{transform: scale(1.05);}


.w1720{width: 1720px;margin: 0 auto;}
.w1720::after{clear: both;content: "";display: block;}
.w1500{width: 1500px;margin: 0 auto;}
.w1500::after{clear: both;content: "";display: block;}
.w1620{width: 1620px;margin: 0 auto;position: relative;}
.w1620::after{clear: both;content: "";display: block;}


.tit{text-align: center;position: relative;width: 100%;}

.w1360{width: 1360px;margin: 0 auto;}




.firstScreen{
    height: 100vh;
      overflow: hidden;
      position: relative;
  }

  .body_main{
    position: absolute;
      left: 0%;
      top: 100%;
      bottom: 0;
      right: 0;
      background: #fff;
      overflow: hidden;
      transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
      z-index: 999;
      overflow: auto;
      outline: none;
  }
  .body_main.on{top: 0;}



.fhdb{width: 70px;height: 61px;overflow: hidden;position: fixed;right: 100px;bottom: 100px;z-index: 1000;}
.fhdb a{position: absolute;bottom: -80px;transition: 0.5s;}
.fhdb.on a{bottom: 0;}
@media screen and (max-width: 830px){
	.fhdb{    right: 20px;
		bottom: 30px;}
	}



.banner{position: relative;height: 100%;}
.banner .swiper-slide{}
.banner .swiper-slide a{display: block;position: relative;height: 100%;    background-size: cover;
    background-position: center center;}
.banner .swiper-slide a::before{content: "";position: absolute;display: block;width: 100%;height: 19rem;background: url(../images2022/nav_zz.png) repeat-x top left;z-index: 1;left: 0;top: 2.5rem; background-size: 100% 70px;}
.banner .swiper-slide a::after{content: "";position: absolute;display: block;width: 100%;height: 13rem;background: url(../images2022/bn_bt_zz.png) repeat-x bottom left;z-index: 1;left: 0;bottom: 0; background-size: 100% 70px;}
.banner .swiper-slide a img{width: 100%;}
.banner .swiper-slide a p{position: absolute;color: #fff;font-size: 1.5rem;line-height: 2.5rem;z-index: 3;left: 14.58%;bottom: 2rem;transition: 0.5s;}
.banner .swiper-slide a:hover p{color: #ffba00;}

.banner .swiper-pagination{display: table;position: absolute;right: 14.58%;bottom: 2rem;width: auto;left: auto;}
.banner .swiper-pagination span{width: 13px;height: 13px;background: url(../images2022/bn_dian.png) no-repeat center center;opacity: 1;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{background: url(../images2022/bn_dian_on.png) no-repeat center center;}

.firstScreen .sy_xjt{opacity: 1;}
.firstScreen.showDiv .sy_xjt{opacity: 0;}
.sy_xjt{    position: absolute;z-index: 10;
    left: 50%;
    bottom: 20px;
    text-align: center;
    transform: translateX(-50%);
    color: #94070a;
    height: 36px;
    width: 36px;
    cursor: pointer;
    opacity: 0;
    font-family: icon;
    animation: bb 2s linear 0s infinite;
    font-weight: bold;background:url(../images2022/sy_xjt_l.png) no-repeat;background-size:100% 100%;}
.sy_xjt:hover{    animation-play-state: paused;background:url(../images2022/sy_xjt_b.png) no-repeat;background-size:100% 100%;}


@keyframes bb{
0%{transform:translate(-50%,0);opacity:0;}
20%{transform:translate(-50%,3px);opacity:1;}
80%{transform:translate(-50%,10px);opacity:1;}
90%{transform:translate(-50%,10px);opacity:0;}
100%{transform:translate(-50%,10px);opacity:0;}
}

.tit_sy{width: 27.8rem;margin: 0 auto;padding-bottom: 1.25rem;background: url(../images2022/tit_d_bg_p1.png) no-repeat bottom center;position: relative;margin-bottom: 2.5rem;}
.tit_sy p{display: table;margin: 0 auto;position: relative;}
.tit_sy p::after{content: "";width: 7px;height: 7px;background: #ffba00;border-radius: 50%;display: block;position: absolute;bottom: calc(-1.25rem - 3px);left: calc(50% - 3px);}
.tit_sy p img{}
.tit_sy a.more{width: 30px;height: 26px;background: url(../images2022/more.png) no-repeat;display: block;position: absolute;right: 0;bottom: 0;transition: 0.5s;}
.tit_sy a.more:hover{background: url(../images2022/more_on.png) no-repeat;}




.part1{padding: 10.75rem 0 4.75rem;background: #f0f7ff;}
.part1 .box1{width: 49.26%;}
.part1 .box1 a{display: block;position: relative;}
.part1 .box1 .img{width: 100%;height: 25rem;}
.part1 .box1 .img::after{content: '';display: block;width: 100%;height: 100%;position: absolute;bottom: 0;left: 0;background: url(../images2022/part1_img_zz.png) repeat-x bottom left;z-index: 1;}
.part1 .box1 .img img{width: 100%;}
.part1 .box1 .con{position: absolute;bottom: 0;left: 0;padding:1rem 2rem;z-index: 2;}
.part1 .box1 .con .sj{font-size: 14px;color: #ffffff;font-family: "Georgia";margin-bottom: 1rem;display: table;position: relative;}
.part1 .box1 .con .sj::after{content: "";display: block;width: 3rem;height: 1px;background: #ffba00;position: absolute;left: 112%;top: 50%;}
.part1 .box1 .con .bt{font-size: 1rem; color: #fff;line-height: 1.6rem;}
.part1 .box2{width: 49.26%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.part1 .box2 a{display: block;width: 48.3%;display: flex;justify-content: space-between;align-items: center;position: relative;margin-bottom: 1.25rem;    height: 11.85rem;transition: 0.5s;}
.part1 .box2 a::after{content: "";display: block;height: 100%;width: 95%;background: #fff;position: absolute;right: 0;top: 0;z-index: 1;box-shadow: 0 0 13px rgba(0,0,0,0.08);transition: 0.5s;}
.part1 .box2 .sj{width: 60px;height: 56px;background: #0066d7;color: #fff;text-align: center;position: relative;z-index: 2;transition: 0.5s;}
.part1 .box2 .sj p{font-size: 24px;line-height: 35px;}
.part1 .box2 .sj span{font-size: 12px;display: block;}
.part1 .box2 .bt{font-size: 1rem;color: #333333;line-height: 1.6rem;width: calc(100% - 5.3rem);position: relative;z-index: 2;padding-right: 1.5rem;transition: 0.5s;}
.part1 .box2 a:hover::after{background: #0066d7;}
.part1 .box2 a:hover .bt{color: #fff;}
.part1 .box2 a:hover .sj{background: #ffba00;}

.part1 .shang{}
.part1 .shang .box1{float: left;}
.part1 .shang .box2{float: right;}
.part1 .xia{}
.part1 .xia .box1{float: right;}
.part1 .xia .box2{float: left;}






.part234{padding: 4.75rem 0;}
.part2{width: 58.08%;float: left;}
.part2 .tit_sy{margin: 0 0 2.5rem;}
.part2 .tit_sy p{float: left;}
.part2 .tit_sy .p1{margin-left: 1rem;margin-top: 1px;opacity: 0.7;}
.part2 .tit_sy .p2{margin-left: 2rem;opacity: 0.7;margin-top: 4px;}
.part2 .tit_sy p::after{opacity: 0;}
.part2 .tit_sy p.on{opacity: 1;}
.part2 .tit_sy p.on::after{opacity: 1;}

.part2 .tit_sy .more{display: none;}
.part2 .tit_sy .more.on{display: block;}

.part2 .box_out{}
.part2 .box_out ul{display: none;}
.part2 .box_out ul li{background: #f0f7ff;border: 1px solid #dde7f3;margin-bottom: 10px;transition: 0.5s;}
.part2 .box_out ul li a{display: block;padding: 1.35rem 1.25rem 1.9rem;}
.part2 .box_out ul li a::after{content: "";display: block;clear: both;}
.part2 .box_out ul li .sj{width: 60px;height: 56px;background: #0066d7;color: #fff;text-align: center;position: relative;z-index: 2;transition: 0.5s;float: left;}
.part2 .box_out ul li .sj p{font-size: 24px;line-height: 35px;}
.part2 .box_out ul li .sj span{font-size: 12px;display: block;}
.part2 .box_out ul li .con{width: calc(100% - 5rem);float: right;}
.part2 .box_out ul li .con .bt{font-size: 1.125rem;color: #333333;line-height: 1.5rem;margin-bottom: 0.5rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
.part2 .box_out ul li:hover .con .bt{color:#ffba00;}
.part2 .box_out ul li .con .zy{font-size: 12px;line-height: 24px;color: #737373;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;}
.part2 .box_out ul li:hover{box-shadow: 0 0 13px rgba(0,0,0,0.1);}

.part4{width: 38.97%;float: right;}
.part4 .tit_sy{margin: 0 0 2.5rem;background: url(../images2022/tit_d_bg_p4.png) no-repeat left bottom;width: 19.8rem;}
.part4 .tit_sy p{margin: 0;}
.part4 ul{padding-top: 4px;}
.part4 ul li{margin-bottom: 10px;}
.part4 ul li a{padding: 9px;box-shadow: 0 0 13px rgba(0,0,0,0.08);display: flex;justify-content: space-between;align-items: center;}
.part4 ul li .img{width: 28.5%;height: 5rem;position: relative;background: #f0f7ff;}
.part4 ul li .img img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;max-width: 90%;}
.part4 ul li .bt{width: 68%;font-size: 1rem;color: #333333;line-height: 1.625rem;transition: 0.5s;}
.part4 ul li:hover .bt{color: #ffba00;}








.part5{background: url(../images2022/part5_bg.jpg) no-repeat;padding: 4.75rem 0 11.625rem;background-size: cover;}
.part5 .tit_sy{width: 26.8rem;margin: 0 0 2.5rem;background: url(../images2022/tit_d_bg_p5.png) no-repeat bottom left;}
.part5 .tit_sy p{margin: 0;}
.part5 ul{display: flex;justify-content: left;flex-wrap: wrap;}
.part5 ul li{width: 46.32%;margin-right: 3%;margin-bottom: 3%;}
.part5 ul li+li{margin-top: -3%;}
.part5 ul li+li+li{margin-left: 4%;margin-top: 0;}
.part5 ul li+li+li+li{margin-right: 0;margin-left: 0;margin-top: -3%;}
.part5 ul li a{display: block;}
.part5 ul li .img{width: 100%;max-height: 17rem;}
.part5 ul li .img img{width: 100%;}
.part5 ul li .con{padding: 1.375rem;background: #fff;}
.part5 ul li .con .sj{font-size: 14px;color: #737373;font-family: "Georgia";margin-bottom: 0.4rem;position: relative;}
.part5 ul li .con .sj::after{content: "";display: block;width: 3rem;height: 1px;background: #ffba00;position: absolute;left: 84px;top: 50%;transition: 0.4s;}
.part5 ul li .con .bt{font-size: 1rem; color: #000000;line-height: 1.6rem;}
.part5 ul li a:hover .con .sj::after{width: calc(100% - 84px);}



.part6{background: url(../images2022/part6_bg.png) no-repeat right;background-size: cover;margin-top: -6.875rem;position: relative;z-index: 3;}
.part6 .tit_sy{margin: 1rem 0 1.5rem;float: right;}

.index_06{overflow: hidden;margin: 3rem auto 0;width: 90%;padding-bottom: 5rem;}

.index_06 a{display: block;padding-bottom: 80%;height: 0;}
.index_06 .img_box{height: 0;padding-bottom: 67.1%;position: relative;}
.index_06 .img_box::after{content: "";display: block;width: 100%;height: 100%;position: absolute;z-index: 1;background: url(../images2022/part6_img_zz.png) repeat-x left bottom;bottom: 0;left: 0;}
.index_06 .img_box img{width: 100%;}
.index_06 .rheight24{height: auto !important;width: 100% !important;}
.index_06 .rheight24 canvas{width: 100% !important; height: 5rem !important;}
.index_06 .title{text-align: center;color: #fff;line-height: 30px;position: absolute;font-size: 1.25rem;position: absolute;bottom: 0.2rem;left: 0;padding: 1rem;width: 100%;z-index: 3;transition: 0.4s;}
.index_06 .swiper-slide-active .title{display: block;}
.index_06 .swiper-button-prev,.index_06 .swiper-button-next{width: 46px;height: 40px;right: 15%;bottom: 2rem;left: auto;border: 0;border-radius: 0;top: auto;}
.index_06 .swiper-button-prev{background: url(../images2022/part6_jt_l.png) no-repeat;right: 20%;}
.index_06 .swiper-button-next{background: url(../images2022/part6_jt_r.png) no-repeat;}

.index_06 .swiper-slide{filter: brightness(0.65);}
.index_06 .swiper-slide.swiper-slide-active{filter: brightness(1);}
.index_06 .swiper-slide a:hover .title{color: #ffba00;}




.part6_lj{background: #e1edfa;padding: 11rem 0 4.75rem;margin-top: -6.875rem;position: relative;z-index: 1;}
.part6_lj ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.part6_lj ul li{}
.part6_lj ul li a{display: block;}
.part6_lj ul li .ico{width: 9.5rem;height: 9.5rem;padding-top: 1px;position: relative;}
.part6_lj ul li .ico::after{content: "";display: block;background: url(../images2022/part6_lj_ico_bg.png);width: 100%;height: 100%;z-index: 0;background-size: 100% 100%;transition: 0.4s;position: absolute;top: 0;left: 0;}
.part6_lj ul li .ico img{margin: 2rem auto 1rem;display: block;transition: 0.4s;}
.part6_lj ul li .ico p{text-align: center;font-size: 1.125rem;color: #0069d4;}
.part6_lj ul li:hover .ico img{    transform: rotateY(180deg);}
.part6_lj ul li:hover .ico::after{transform: rotateY(-180deg);}


.part7{width: 100%;overflow: hidden;padding: 4.75rem 0;position: relative;}
.part7 .w1360{position: relative;}
.part7 .part7_lb{overflow: hidden;}
.part7 .part7_lb .swiper-slide{    filter: brightness(1);}
.part7 .part7_lb .swiper-slide a{display: block;}
.part7 .part7_lb .swiper-slide .img{width: 100%;}
.part7 .part7_lb .swiper-slide .img img{width: 100%;}
.part7 .swiper-button-next,.part7 .swiper-button-prev{    background: url(../images2022/part7_jt_l.png) no-repeat center;border: 0;
    left: -73px;
    right: auto;
    top: 53%;
    margin: 0;}
	.part7 .swiper-button-next{right: -73px;left: auto;background: url(../images2022/part7_jt_r.png) no-repeat center;}



.foot{background: url(../images2022/foot_bg.jpg) no-repeat center center;background-size: cover;padding: 3.75rem 0;}
.foot .w1360{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;flex-direction: row-reverse;}
.foot .left{width: 50%;}
.foot .left ul{margin-bottom: 1.8rem;}
.foot .left ul::after{content: "";display: block;clear: both;}
.foot .left ul li{float: left;margin-right: 1.8rem;}
.foot .left ul li img{max-width: 110px;}
.foot .left ul li p{font-size: 14px;line-height: 28px;color: #fff;text-align: center;}
.foot .left .dz{}
.foot .left .dz p{font-size: 14px;color: #fff;line-height: 20px;padding: 0.3rem 0 0.3rem 35px;background: url(../images2022/foot_dz_ico.png) no-repeat left center;}
.foot .right{width: 50%;}
.foot .right ul{}
.foot .right ul::after{content: "";display: block;clear: both;}
.foot .right ul li{float: right;margin-left: 5rem;}
.foot .right ul li+li+li{margin: 0;}
.foot .right ul li a{display: block;}
.foot .right ul li .ico{width: 5.625rem;height: 5.625rem;display: block;background: url(../images2022/foot_right_ico_bg.png) no-repeat center center;background-size: 100% 100%;position: relative;transition: 0.4s;}
.foot .right ul li .ico img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin:  auto;transition: 0.4s;}
.foot .right ul li p{font-size: 1.125rem;color: #fff;text-align: center;margin-top: 1rem;}
.foot .right ul li:hover .ico{    transform: rotateY(180deg);}



.foot_bq{font-size: 14px;color: #ffffff;line-height: 20px;background: #0066d7;text-align: center;padding: 0.9rem 0;}
.foot_bq a{color: #fff;}

@media(max-width: 1730px){

}
@media(max-width: 1620px){
	
	#header #logo .box_table{width: 100%;}
#nav ul li{margin-left:0;}
} 


@media(max-width: 1500px){
	#nav ul li{    margin-left: 0.15rem;}
	#nav ul li h3{font-size: 16px;}
	.header_top{    padding: 0 1%;}
	.head_bottom{    padding: 1rem 1% 0rem;}
	.yc_gd_dh .head_bottom{padding: 1rem 1% 0rem;}

	.part6 .tit_sy{    margin: 0rem 0 2.5rem;}

	#nav ul li a{
		padding: 0.3rem 1.2625rem;}
} 

@media(max-width: 1400px){
	.w1360{width: 97% !important;}
}

@media(max-width: 1300px){

}
@media(max-width: 1200px){
	.header_box{display: none;}
	.m_header_box{display: block;}
	.m_header_box header{padding: 0 3%;}

	.part1 .box2 a{height: auto;padding: 3% 0;width: 100%;margin-bottom: 0.5rem;}
	.part1 .box2 .bt{	display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;}
		.part1{    padding: 5.75rem 0 4.75rem;}
}

@media(max-width: 1080px){

}
@media(max-width: 1024px){
	.part6_lj ul li{width: 33.33%;margin-bottom: 1rem;}
	.part6_lj ul li .ico{margin: 0 auto;}
	
}
@media(max-width: 992px){
	.index_06 a{    padding-bottom: 67%;}
	.index_06 .rheight24 canvas{display: none;}
	.index_06 .swiper-button-prev, .index_06 .swiper-button-next{right: 0;}
	.index_06 .swiper-button-prev{right: 6rem;}
	.part6 .tit_sy{    margin: 0rem 0 1.5rem;}
	.foot .right ul li{margin-left: 2rem;}
}


@media(max-width: 960px){
	.w1620{width: 94% !important;}
	.foot{padding: 2rem 0;}
}
@media(max-width: 850px){
.firstScreen .sy_xjt{display:none;}
	.part1 .box1{width: 100%;margin-bottom: 1rem;}
	.part1 .box2{width: 100%;}

	.part2{width: 100%;margin-bottom: 2rem;}
	.part4{width: 100%;}

	.firstScreen{height: auto;}
	.body_main{position: relative;}
	.banner{height: 51vw;}

	.part1{    padding: 2.75rem 0 ;}
	.part234{ padding: 2.75rem 0 ;}
	.part5{padding: 2.75rem 0 9.625rem;}
	.part6_lj{    padding: 9rem 0 2.75rem;}
	.part7{    padding: 2.75rem 0;}

	.part5 ul li{width: 100%;margin: 0 0 1rem !important;}

	.foot .right{width: auto;    margin: 0 auto 2rem;display: table;}
	.foot .left{width: auto;    margin: 0 auto 0rem;display: table;}
	.foot .left ul{    margin-bottom: 1.8rem;display: table;margin: 0 auto;}
	.foot .left ul li{    margin: 0 1rem;}


	.part2 .box_out ul li .con .bt{    overflow: initial;
		text-overflow: unset;
		white-space: initial;}
		.part2 .box_out ul li .con .zy{ overflow: initial;    display: block;
			text-overflow: unset;
			white-space: initial;}
			.part2 .box_out ul li a{    padding: 1.35rem 1.25rem 1.35rem;}


			.banner .swiper-pagination{    display: block;    right: auto;
				bottom: 0.5rem;    left: auto;
				width: 100%;}
		
				.banner{    margin-top: 3.75rem;}
				.banner .swiper-slide a::after{height: 5rem;background-size: 100% 100%;}
				.banner .swiper-slide a::before{height: 3rem;background-size: 100% 100%;top: 0;}
				.banner .swiper-slide a p{bottom: 1.5rem;    left: 1rem;}
				.part1 .box1 .img{max-height: none;height: auto;}
				.part5 ul li .img{max-height: none;}

}
@media(max-width: 800px){

}
@media(max-width: 700px){
	.tit{text-align: left;}
}
@media(max-width: 650px){

	#m_header #logo{width: 75%;}
	.index_06 .title{font-size: 14px;}




}
@media(max-width: 520px){
	.part6_lj ul li .ico img{    margin: 0.9rem auto 0.6rem;    width: 2.3rem;}
	.part6_lj ul li .ico{width: 5.5rem;height: 5.5rem;}
	.part6_lj ul li .ico p{    font-size: 12px;}
}

@media(max-width: 450px){
	.tit_sy{width: 100% !important;margin: 0 auto 2.5rem !important;background: url(../images2022/tit_d_bg_p1.png) no-repeat bottom center !important;}
	.tit_sy p{margin: 0 auto !important;}
	.tit_sy a.more{right: -7px;}

	.part6 .tit_sy{margin: -1rem auto 0.5rem !important;}

	.part2 .tit_sy .p1{margin-right: 1rem !important;}
	.part2 .tit_sy .p2::after{bottom: calc(-1.25rem - 5px);}
	.part2 .tit_sy p img{width: 8rem;}

	.banner .swiper-slide a p{    font-size: 1.1rem;
		line-height: 1.5rem;}



}

@media(max-width: 375px){
	.foot .right ul li{margin-left: 0.8rem;}
	.part1 .box1 .con{padding: 1rem 0.4rem;}
	.part2 .box_out ul li .con{width: 100%;margin-top: 1rem;}
}





/* 二级页样式开始 */


.ej_yc_gd_dh{position: fixed;transition-delay: 0s;}

.ej_bn{position: relative;margin-top: 40px;}
.ej_bn::after{content: "";display: block;width: 100%;height: 100%;background: url(../images2022/ej_nav_bg.png) repeat-x top left;position: absolute;top: 0;left: 0;}
.ej_bn img{width: 100%;}

.ej_main{padding-top: 3.125rem;padding-bottom: 3rem;}
.ej_main .left{width: 18.38%;float: left;}

.ej_main .left .wej_lmmc{font-size: 1.75rem;text-align: center;padding: 14% 0;background: url(../images2022/ej_lmmc_bg.png) no-repeat;color: #fff;background-size: cover;position: relative;}
.ej_main .left .ej_zc_dh{padding:0.8rem 0;box-shadow: 0 0 12px rgba(0,0,0,0.12);}
.ej_main .left .ej_zc_dh li{}
.ej_main .left .ej_zc_dh li:last-child{border-bottom: 0;}
.ej_main .left .ej_zc_dh li a{display: block;padding: 0 1.8rem;position: relative;transition: 0.4s;}
.ej_main .left .ej_zc_dh li a font{display: block;width: 100%;border-bottom: 1px solid #e3e3e3;font-size: 1.125rem;color: #333;line-height: 1.5rem;padding: 1.1rem 0;display: block;transition: 0.4s;}
.ej_main .left .ej_zc_dh li a span{font-family: "宋体";font-size: 14px;color: #999999;    padding: 1.4rem 0.5rem;position: absolute;top: 0;right: 1.8rem;transition: 0.4s;}

.ej_main .left .ej_zc_dh li.on a font,.ej_main .left .ej_zc_dh li:hover a font,.ej_main .left .ej_zc_dh li.on a span,.ej_main .left .ej_zc_dh li:hover a span{color: #0066d7;}
.ej_main .left .ej_zc_dh li.on a,.ej_main .left .ej_zc_dh li:hover a{background: #f4f7fb;}
.ej_main .left .ej_zc_dh li.on a font,.ej_main .left .ej_zc_dh li:hover a font{font-weight: bold;}
.ej_main .left .wej_lmmc .wap_ej_btn{position: absolute;width: 4rem;height: 100%;top: 0;right: 0;background:url(../images2022/bnt_sub_nav2.png) no-repeat center center;background-size: 1.5rem;cursor: pointer;display: none;}


.ej_main .right{width: 77.94%;float: right;}
.ej_main .right .dqwz{padding-bottom: 13px;border-bottom: 1px solid #dadada;margin-bottom: 2.5rem;}
.ej_main .right .dqwz p{font-size: 14px;color: #999999;padding-left: 27px;background: url(../images2022/ej_dqwz.png) no-repeat left center;line-height: 20px;}
.ej_main .right .dqwz p a{color: #999999;transition: 0.4s;}
.ej_main .right .dqwz p a:hover{color: #0066d7;}
.ej_main .right .dqwz p span{color: #0066d7;}

.fanye{text-align: center;margin: 0 auto;padding: 2rem 0;}

@media(max-width: 1200px){
	.ej_bn{margin-top: 60px;}
	.ej_bn::after{display: none;}
}


@media(max-width: 1024px){
	.ej_main .left{width: 100%;margin-bottom: 1rem;}
	.ej_main .right{width: 100%;}
	.ej_main .left .wej_lmmc{    padding: 1rem 0;    background: url(../images2022/ej_lmmc_bg.png) no-repeat bottom center;background-size: 100%;}
	.ej_main .left .ej_zc_dh{display: none;}
	.ej_main .left .wej_lmmc .wap_ej_btn{display: block;}

}
@media(max-width: 560px){
	.ej_main{    padding-top: 1.125rem;}
}



.ej_xysh{}
.ej_xysh ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ej_xysh ul li{width: 48%;box-shadow: 0 0 16px rgba(0,0,0,0.09);margin-bottom: 2.5rem;}
.ej_xysh ul li a{display: block;}
.ej_xysh ul li .img{width: 100%;}
.ej_xysh ul li .img img{width: 100%;}
.ej_xysh ul li .bt{font-size: 1rem;color: #333333;padding: 1.5rem 1rem;text-align: center;transition: 0.4s;}
.ej_xysh ul li:hover .bt{color: #0066d7;}


@media(max-width: 650px){
	.ej_xysh ul li{width: 100%;}
}


.ej_mtgz{}
.ej_mtgz ul{}
.ej_mtgz ul li{border-bottom: 1px solid #e6e6e6;}
.ej_mtgz ul li a{display: flex;justify-content: space-between;padding: 0.625rem;flex-wrap: wrap;align-items: center;transition: 0.4s;}
.ej_mtgz ul li .pic{width: 8.125rem;padding: 1.5rem 0;text-align: center;}
.ej_mtgz ul li .pic img{max-width: 80%;}
.ej_mtgz ul li .con{width: calc(100% - 8.9rem);display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.ej_mtgz ul li .bt{width: calc(100% - 90px);font-size: 16px;color: #333;transition: 0.4s;line-height: 1.5rem;}
.ej_mtgz ul li .sj{font-size: 16px;color: #333;transition: 0.4s;}

.ej_mtgz ul li a:hover{background: #0066d7;}
.ej_mtgz ul li a:hover p{color: #fff;}
.ej_mtgz ul li a:hover .pic{background:#f0f7ff}

@media(max-width: 650px){
	.ej_mtgz ul li a{display: block;}
	.ej_mtgz ul li .pic{padding: 0.6rem 0;}
	.ej_mtgz ul li .pic img{max-width: none;width: 100%;}
	.ej_mtgz ul li .con{width: 100%;display: block;}
	.ej_mtgz ul li .bt{width: 100%;margin-bottom: 1rem;}
	.ej_mtgz ul li .sj{width: 100%;text-align: left;}
}




.ej_xsbg{}
.ej_xsbg ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ej_xsbg ul li{width: 48%;box-shadow: 0 0 13px rgba(0,0,0,0.09);margin-bottom: 2.5rem;}
.ej_xsbg ul li a{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 2.5rem 1.6rem;transition: 0.4s;}
.ej_xsbg ul li .sj{width: 63px;height: 70px;text-align: center;background: url(../images2022/ej_xsbg_sj_bg.png) no-repeat;transition: 0.4s;}
.ej_xsbg ul li .sj p{font-size: 32px;color: #0066d7;width: 50px;margin: 0 auto;border-bottom: 1px solid #0f72ca;line-height: 38px;transition: 0.4s;
    margin-bottom: 8px;
    padding-top: 4px;}
.ej_xsbg ul li .sj span{color: #0066d7;display: block;transition: 0.4s;}
.ej_xsbg ul li .con{width: calc(100% - 78px);}
.ej_xsbg ul li .con .bt{font-size: 1.3125rem;color: #333333;margin-bottom: 1.5rem;line-height: 1.7rem;transition: 0.4s;}
.ej_xsbg ul li .con span{display: block;font-size: 14px;color: rgba(51,51,51,0.4);padding-left: 19px;line-height: 20px;transition: 0.4s;}
.ej_xsbg ul li .con .sp1{background: url(../images2022/ej_xsbg_ico1.png) no-repeat left center;}
.ej_xsbg ul li .con .sp2{background: url(../images2022/ej_xsbg_ico2.png) no-repeat left center;}
.ej_xsbg ul li .con .sp3{background: url(../images2022/ej_xsbg_ico3.png) no-repeat left center;}


.ej_xsbg ul li a:hover{background: #0066d7 url(../images2022/ej_xsbg_li_bg_on.png) no-repeat right bottom;}
.ej_xsbg ul li a:hover .con .bt{color: #fff;}
.ej_xsbg ul li a:hover .con span{color: rgba(255,255,255,0.4);}
.ej_xsbg ul li a:hover .con .sp1{background: url(../images2022/ej_xsbg_ico1_on.png) no-repeat left center;}
.ej_xsbg ul li a:hover .con .sp2{background: url(../images2022/ej_xsbg_ico2_on.png) no-repeat left center;}
.ej_xsbg ul li a:hover .con .sp3{background: url(../images2022/ej_xsbg_ico3_on.png) no-repeat left center;}
.ej_xsbg ul li a:hover .sj{background: url(../images2022/ej_xsbg_sj_bg_on.png) no-repeat;}
.ej_xsbg ul li a:hover .sj p{color: #ffba00;border-bottom: 1px solid #ffba00;}
.ej_xsbg ul li a:hover .sj span{color: #ffba00;}




@media(max-width: 820px){
	.ej_xsbg ul li{width: 100%;}
}

@media(max-width: 375px){
	.ej_xsbg ul li a{    padding: 1.5rem 0.6rem;}
}



.ej_nry{}
.ej_nry .bt{font-size: 1.875rem;text-align: center;color: #333;line-height: 2.5rem;}
.ej_nry .xx{font-size: 14px;color: #808080;text-align: center;padding: 1rem 0 1.5rem;}
.ej_nry .con{border-top: 1px solid #ececec;padding-top: 1.5rem;}
.ej_nry .con p{font-size: 1.125rem; color: #333333;line-height: 2.25rem;margin-bottom: 0.9rem;}
.ej_nry .con p img{max-width: 100%;display: block;margin: 0 auto;}
.ej_nry .fanpian{padding: 2rem 0;border-top: 1px solid #ececec;}
.ej_nry .fanpian a{font-size: 1rem;color: #333333;transition: 0.4s;line-height: 1.5rem;padding: 0.2rem 0;display: block;}
.ej_nry .fanpian a:hover{color: #0066d7;}
.ej_nry .fanpian a strong{}

.ej_nry #vsb_content_2.con p{font-size: 1.125rem; color: #333333;line-height: 2.25rem;margin-bottom: 0.9rem;text-indent: 2em;}



.ej_list2{}
.ej_list2 ul{}
.ej_list2 ul li{border-bottom: 1px solid #e6e6e6;}
.ej_list2 ul li a{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 1.5625rem;transition: 0.4s;}
.ej_list2 ul li .sj{width: 63px;height: 56px;text-align: center;background: #0066d7;transition: 0.4s;}
.ej_list2 ul li .sj p{font-size: 32px;color: #fff;width: 50px;margin: 0 auto;line-height: 38px;transition: 0.4s;}
.ej_list2 ul li .sj span{color: #fff;display: block;transition: 0.4s;}
.ej_list2 ul li .con{width: calc(100% - 78px);}
.ej_list2 ul li .con .bt{font-size: 1.125rem;color: #333333;margin-bottom: .5rem;line-height: 1.6rem;transition: 0.4s;}
.ej_list2 ul li .con span{display: block;font-size: 12px;color: #737373;line-height: 24px;transition: 0.4s;}

.ej_list2 ul li a:hover{background: #0066d7 url(../images2022/ej_xsbg_li_bg_on.png) no-repeat right center;}
.ej_list2 ul li a:hover .con .bt{color: #fff;}
.ej_list2 ul li a:hover .con span{color: rgba(255,255,255,0.4);}
.ej_list2 ul li a:hover .sj{background: #ffba00;}
.ej_list2 ul li a:hover .sj p{color: #fff;}
.ej_list2 ul li a:hover .sj span{color: #fff;}



@media(max-width: 650px){
	.ej_list2 ul li a{padding: 1.5625rem 0.5rem;}
}

@media(max-width: 425px){
	.ej_list2 ul li .con{width: 100%;margin-top: 1rem;}
}




.ej_list{}
.ej_list ul{}
.ej_list ul li{}
.ej_list ul li a{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;padding-bottom: 1.8rem;}
.ej_list ul li .bt{font-size: 1.125rem;color: #323232;line-height: 1.5rem;width: calc(100% - 90px);transition: 0.4s;}
.ej_list ul li .sj{font-size: 16px;color: #666666;transition: 0.4s;}
.ej_list ul li .xq{width: 100%;position: relative;font-size: 14px;color: #808080;margin-top: 0.9rem;}
.ej_list ul li .xq::after{content: "";display: block;position: absolute;top: 50%;right: 0;height: 1px;background: #e6e6e6;width: 100%;}
.ej_list ul li a:hover .bt{color: #0066d7;}
.ej_list ul li a:hover .sj{color: #0066d7;}









.ej_list_tt{}
.ej_list_tt ul{}
.ej_list_tt ul li{border-bottom: 1px solid #e6e6e6;}
.ej_list_tt ul li a{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 2rem 1.5rem;transition: 0.4s;}
.ej_list_tt ul li .sj{width: 63px;height: 70px;text-align: center;background: url(../images2022/ej_xsbg_sj_bg_on.png) no-repeat;transition: 0.4s;margin-top: 1.5rem;}
.ej_list_tt ul li .sj p{font-size: 32px;color: #333;width: 50px;margin: 0 auto;border-bottom: 1px solid #eaeaea;line-height: 38px;transition: 0.4s;
    margin-bottom: 8px;
    padding-top: 4px;}
	.ej_list_tt ul li .sj span{color: #333;display: block;transition: 0.4s;}

.ej_list_tt ul li .ri{width: calc(100% - 80px);display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.ej_list_tt ul li .ri .img{width: 29.24%;}
.ej_list_tt ul li .ri .img img{width: 100%;}
.ej_list_tt ul li .ri .con{width: 68%;}
.ej_list_tt ul li .ri .con .bt{font-size: 1.25rem; color: #323232;margin-bottom: 0.9rem;line-height: 1.7rem;transition: 0.4s;}
.ej_list_tt ul li .ri .con .zy{font-size: 14px;color: #999999;line-height: 26px;transition: 0.4s;}

.ej_list_tt ul li.no_img .con{width: 100%;}
.ej_list_tt ul li.no_img .sj{margin-top: 0;}

.ej_list_tt ul li a:hover{background: #0066d7 url(../images2022/ej_xsbg_li_bg_on.png) no-repeat right bottom;}
.ej_list_tt ul li a:hover .sj p{color: #ffba00;border-bottom: 1px solid #ffd33b;}
.ej_list_tt ul li a:hover .sj span{color: #ffba00;}
.ej_list_tt ul li a:hover .con .bt{color: #fff;}
.ej_list_tt ul li a:hover .con .zy{color: rgba(255,255,255,0.4);}




@media(max-width: 650px){
	.ej_list_tt ul li .ri{width: 100%;}
	.ej_list_tt ul li .ri .img{width: 100%;margin-bottom: 1rem;}
	.ej_list_tt ul li .ri .con{width: 100%;}
	.ej_list_tt ul li a{position: relative;}
	.ej_list_tt ul li .sj{position: absolute;top: 1rem;left: 2rem;z-index: 2;}
	.ej_list_tt ul li a .sj p{color: #ffba00;border-bottom: 1px solid #ffd33b;}
.ej_list_tt ul li a .sj span{color: #ffba00;}
.ej_list_tt ul li.no_img .sj{position: relative;top: 0;left: 0;margin-bottom: 1rem;}
}







.ej_zzjg{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ej_zzjg .left{width: 100%;}
.ej_zzjg .right{width: 100%;}
.ej_zzjg .box{margin-bottom: 2rem;}
.ej_zzjg .box .tit{font-size: 1.75rem;color: #fff;background: url(../images2022/ej_zzjg_tit_bg.png) no-repeat top left;background-size: cover;text-align: center;    padding: 1.5rem 2rem;width:27rem;margin:0 auto;}

.ej_zzjg .box ul{display: flex;flex-wrap: wrap;padding: 0 5%;box-shadow: 0 0 13px rgba(0,0,0,0.09);}
.ej_zzjg .box ul li{width: 33.33%;border-bottom: 1px solid #e6e6e6;padding-top: 1rem;}
.ej_zzjg .box ul li a{display: block;font-size: 1rem;line-height: 1.625rem;color: #333333;position: relative;padding: 0rem 9px 1rem 14px;transition: 0.4s;}
.ej_zzjg .box ul li a::after{content: "";display: block;width: 4px;height: 4px;background: #97a0aa;position: absolute;left: 0;top: 0.6rem;transition: 0.4s;}

.ej_zzjg .box ul li a:hover{color: #0066d7;}
.ej_zzjg .box ul li a:hover::after{background: #0066d7;}

@media(max-width: 800px){
.ej_zzjg .box .tit{width:100%;}
	.ej_zzjg .left{width: 100%;}
	.ej_zzjg .right{width: 100%;}
.ej_zzjg .box ul li{width: 50%;}
}
@media(max-width: 425px){
	.ej_zzjg .box ul li{width: 100%;}
}

.ej_xxjj{}
.ej_xxjj p{font-size: 1.125rem; color: #333333;line-height: 2.25rem;margin-bottom: 0.9rem;text-indent: 2em;}
.ej_xxjj p.xxjj_img{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ej_xxjj p.xxjj_img img{width: 49%;}

@media(max-width: 768px){
.ej_zzjg .box .tit{width:100%;}
	.ej_zzjg .left{width: 100%;}
	.ej_zzjg .right{width: 100%;}
.ej_zzjg .box ul li{width: 50%;}

.ej_xxjj p img{width:100% !important;height:auto !important;}
}





.ej_lrld{}
.ej_lrld .box{margin-bottom: 2rem;}
.ej_lrld .box>.bt{padding: 1rem 1rem;background: #0066d7;position: relative;}
.ej_lrld .box>.bt::after{clear: both;content: "";display: block;}
.ej_lrld .box>.bt p{font-size: 1.5rem;color: #fff;width: calc(100% - 90px);float: left;}
.ej_lrld .box>.bt span{font-size: 14px;color: #fff;display: block;width: 81px;height: 20px;float: right;background: url(../images2022/ej_lrld_djzk.jpg) no-repeat center center;cursor: pointer;transition: 0.4s;padding: 1rem 0;}
.ej_lrld .box>.bt span.on{background: url(../images2022/ej_lrld_djsq.jpg) no-repeat center center;}
.ej_lrld .box>.con{padding: 2rem 0;display: none;}
.ej_lrld .box>.con p{font-size: 1rem;text-indent: 2em;line-height: 1.5rem;color: #333;margin-bottom: 1rem;}
.ej_lrld .box>.con .yg{border-bottom: 2px solid #eaeef3;padding-top: 1rem;}
.ej_lrld .box>.con .yg p{text-indent: 0;}
.ej_lrld .box>.con .yg .tit{font-size: 1.625rem;text-align: left;}
.ej_lrld .box>.con .yg ul{padding-left: 1.375rem;padding-bottom: 1rem;}
.ej_lrld .box>.con .yg ul li{position: relative;padding-left: 1.68rem;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.ej_lrld .box>.con .yg ul li::before{content: "";display: block;height: 50%;width: 1px;background: #55687d;top: -9%;left: 4px;position: absolute;}
.ej_lrld .box>.con .yg ul li::after{content: "";display: block;height: 50%;width: 1px;background: #55687d;bottom: 7%;left: 4px;position: absolute;}
.ej_lrld .box>.con .yg ul li:first-child::before{opacity: 0;}
.ej_lrld .box>.con .yg ul li:last-child::after{opacity: 0;}
.ej_lrld .box>.con .yg ul li p.p1{font-size: 1.125rem;color: #55687d;position: relative;}
.ej_lrld .box>.con .yg ul li p.p1::after{content: "";display: block;width: 10px;height: 10px;background: #55687d;border-radius: 50%;position: absolute;left: -1.7rem;top: 30%;}
.ej_lrld .box>.con .yg ul li p.p2{font-size: 1rem;color: #333;width: calc(100% - 110px);}
.ej_lrld .box>.con .ld{padding: 1rem 0 0;}
.ej_lrld .box>.con .ld p{text-indent: 0;}
.ej_lrld .box>.con .ld ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ej_lrld .box>.con .ld ul li{width: 50%;display: flex;justify-content: space-between;flex-wrap: wrap;border-bottom: 1px solid #eaeef3;padding-top: 1rem;padding-right: 1%;align-items: flex-start;}
.ej_lrld .box>.con .ld ul li .bt{font-size: 1.125rem;color: #55687d;font-weight: bold;line-height: 2rem;}
.ej_lrld .box>.con .ld ul li .zy{width: calc(100% - 90px);}
.ej_lrld .box>.con .ld ul li .zy span{display: block;font-size: 12px;line-height: 32px;color: #555;}


@media(max-width: 650px){
	.ej_lrld .box{margin-bottom: 1rem;}
	.ej_lrld .box>.bt p{font-size: 1rem;line-height: 1.3rem;}
	.ej_lrld .box>.con{    padding: 1rem 0;}
	.ej_lrld .box>.con .yg ul{    padding-left: 0rem;}
	.ej_lrld .box>.con .yg ul li{padding: 0;}
	.ej_lrld .box>.con .yg ul li::before{display: none;}
	.ej_lrld .box>.con .yg ul li::after{display: none;}
	.ej_lrld .box>.con .yg ul li p.p1{font-size: 14px;}
	.ej_lrld .box>.con .yg ul li p.p2{    width: calc(100% - 79px);}
	.ej_lrld .box>.con .ld ul li{width: 100%;padding-top: 0.3rem;}
	.ej_lrld .box>.con .ld ul li .zy{width: 100%;margin-bottom: 0.3rem;}
	.ej_lrld .box>.con .ld ul li .zy span{line-height: 17px;}
	.ej_lrld .box>.con .ld ul li .bt{margin-bottom: 0.4rem;}
}






















.ej_xsjgxy .zzjg{border-bottom:1px dotted #08399c; padding-bottom:20px; margin-bottom:20px; padding-top:20px; }
.ej_xsjgxy .jg_bt{width:20%;}
.ej_xsjgxy .jg_tit{font-size:16px; line-height:20px; margin:0 10px; width:150px;}
.ej_xsjgxy .jg_bt>div{width:126px;  height:156px;  font-size:18px; font-weight:bold; line-height:120px;  text-align:center; color:#fff }
.ej_xsjgxy .jgbt_zs1{background:url(../images2022/jg_05.jpg) center center no-repeat;}
.ej_xsjgxy .jgbt_zs2{background:url(../images2022/jg_06.jpg) center center no-repeat;  }
.ej_xsjgxy .jgbt_zs3{ background:url(../images2022/jg_07.jpg) center center no-repeat; }
.ej_xsjgxy .jgbt_zs4{ background:url(../images2022/jg_08.jpg) center center no-repeat; }
.ej_xsjgxy .jgbt_zs5{ background:url(../images2022/jg_09.jpg) center center no-repeat;  }
.ej_xsjgxy .jg_list{width:80%;}
.ej_xsjgxy .jg_list li{float:left;width: 231px;height:40px;text-align:center;line-height:40px;font-size:16px;border:1px #e8eef2 solid;background:#f2f7fa;margin:0px 15px 15px 0px;display:block;}
.ej_xsjgxy .jg_list li a{color: #333;}
.ej_xsjgxy .jg_list li:hover{ background:#dbe9f1;}
.ej_xsjgxy .jg_list li:hover a{  font-weight:bold;}


@media(max-width: 700px){
	.ej_xsjgxy .jg_bt{    width: 100%;}
	.ej_xsjgxy .jg_bt>div{width: 100%;height: 40px;line-height: 40px;background-size: cover;}
	.ej_xsjgxy .jg_list{width: 100%;}
	.ej_xsjgxy .jg_list li{width: 33.33%;margin: 0;}
}

@media(max-width: 580px){
	.ej_xsjgxy .jg_list li{width: 50%;}
}


#vsb_content_2 IMG{border:none !important;max-width:100%;}



/* 现任领导 */
.xleader ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top:40px;}
.xleader ul li{width: 100%;display: flex;justify-content: start;flex-wrap: wrap;border-bottom: 1px solid #e5e5e5;padding: 20px 0;}
.xleader ul li:nth-child(1){border-top: 1px solid #e5e5e5;}
.xleader ul li:nth-child(2){border-top: 1px solid #e5e5e5;}
.xleader ul li h3{font-size: 24px;color: #014ea0;width: 35%;line-height:30px ;padding-left: 15px;display: inline-block;position: relative;}
.xleader ul li h3::after{content: "";position: absolute;left: 0;top:0;width: 1px;height: 30px;background: #014ea0;}
.xleader ul li p{}
.xleader ul li p a{display: inline-block;font-size: 16px;color: #000000;line-height:30px ;font-weight: normal;padding:0px 10px;}
.xleader ul li p a:hover{color:  #014ea0;}


@media(max-width: 700px){
	.xleader ul li h3{width: 73%;}
}





.ksn_list{}
.ksn_list ul{display: flex;flex-wrap: wrap;}
.ksn_list ul li{    float: left;
    width: 33%;
    float: left;
    text-align: center;
    line-height: 55px;
    background: #e8f6fd;
    margin: 1px;
    font-size: 16px;}
.ksn_list ul li a{color: #333;    display: block;transition: 0.4s;}
.ksn_list ul li a:hover{box-shadow: 0 0 8px rgba(0,0,0,0.3);}


.m_top_lj{    display: flex;    padding-top: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 93%;
    margin: 0 auto;}
.m_top_lj a{color:#fff;}


@media(max-width: 650px){
	.ksn_list ul li{width: 49%; }
.m_top_lj{justify-content: center;}
.m_top_lj a{    display: block;
    margin: 0 1rem 0.5rem;}

}
/* 二级页样式结束 */
#vsb_content_4 IMG{border:none !important;max-width: 100%;height: auto;}
.keywordfontcolor273761{color:#f00;font-size: 1.125rem !important;}